Esx Hosts Software InstalledComponents InstalledComponentInfo
The Esx Hosts Software InstalledComponents InstalledComponentInfo schema contains properties that describe the installed component on the host.
This schema was added in vSphere API 7.0.0.0.
{
"display_name": "string",
"version": "string",
"display_version": "string",
"platforms": [
"string"
]
}
Display name of the component.
This property was added in vSphere API 7.0.0.0.
Version of the installed component
This property was added in vSphere API 7.0.0.0.
Human readable version of the component.
This property was added in vSphere API 7.0.0.0.
Platforms the component belongs to. Example: host, vmdpu0, vmdpu1, ...
This property was added in vSphere API 8.0.0.1.
This property is optional because it was added in a newer version than its parent node.